//////////////////////////////////////////////////////////////
// NEW SKIN COMMANDS / LABEL CODES
//////////////////////////////////////////////////////////////

SKIN COMMANDS
***********
"BYVAR"							- This allows you to execute different commands based on the value of a global variable. The values start from 0 (zero).
		  								The commands are separated by << (instead of >> used by switchbutton). 
		  								Example: "SETVAR;GPSCHOICE;1"
		  								Then you can execute a command based on the variable using: 
		  								"BYVAR;GPSCHOICE;DESTINATOR<<MAPPOINT" (If GPSCHOICE is 0, DESTINATOR is executed, if 1, MAPPOINT is executed.)
		  							* Allows "true" / "false" now (10/13/08 build)
		  								Example" BYVAR;ISUNITS;SETVAR;ISUNITS;TRUE<<SETVAR;ISUNITS;FALSE

"DEBUGON"						- enables instant on debugging
"DEBUGOFF"					- disables debugging

"DIMMER"						- sets the overal form dimmer, 0 - 85 & +-, 0 is off, 85 is darkest, + is increase by 10, - is decrease by 10
											Examples:  "DIMMER;40"   "DIMMER;+"

"LOADLIST" 					- Loads radio prests from file;  "LOADLIST;presets.ini"

"RELOADSCREEN" 			- Reloads current .skin file (screen)

"RTUNE"							- Radio tune, will tune the Radio to freq "RTUNE;9330"  "RTUNE;10600"  "RTUNE;1060"  "RTUNE;106.10"

"SETGAMMA" 					- Sets of gamma level, "SETGAMMA;redlevel;greenlevel;bluelevel" (levels 100 to - 100, 0 normal)

"PRELOADSCRNS"			- Re-preload screens (as in RR.INI), Good for after reloading a skin to regain back screen loading times


LABEL CODES
***********
"ACTIVESOURCE"			- Current MEDIA source in friendly format, "Radio", "HD Radio", "XM Radio", "Sirius Radio", "Audio", "Video", "DVD", "TV"


SLIDER CODES
**********
"DIMMER"						- 0 - 65535 (scaled to 0-85) allows dynamic dimmer opacity